home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / UTILITY / DTS103NC.ARJ / DEMO3.BAT < prev    next >
DOS Batch File  |  1992-02-27  |  469b  |  16 lines

  1. echo off
  2. : c:
  3. : cd \soft\wordperf
  4.   echo  
  5.   echo Contents After DEMO3
  6.   echo --------------------------------------------------------
  7.   TYPE sys.log
  8.   dts /FILE yyyymmdd hh:mm:ss BEGIN WordPerfect [%1] %2 %3 %4 %5 %6 %7 %8 %9 >> sys.log
  9. : wp
  10.   dts /FILE yyyymmdd hh:mm:ss END   WordPerfect [%1] %2 %3 %4 %5 %6 %7 %8 %9 >> sys.log
  11. : cd \
  12.   echo  
  13.   echo Contents After DEMO3
  14.   echo --------------------------------------------------------
  15.   type sys.log
  16.